go/types.tparamsList.types (method)

5 uses

	go/types (current package)
		infer.go#L209: 		targs, index := u.x.types()
		infer.go#L275: 	targs, index = u.x.types()
		infer.go#L311: 	targs, index = u.x.types()
		infer.go#L576: 	types, _ = u.x.types()
		unify.go#L265: func (d *tparamsList) types() (list []Type, index int) {